home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dblogdlg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.1 KB  |  65 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'DBLogDlg.pas' rev: 3.00
  6.  
  7. #ifndef DBLogDlgHPP
  8. #define DBLogDlgHPP
  9. #include <ExtCtrls.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Forms.hpp>
  12. #include <Controls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <SysUtils.hpp>
  18. #include <SysInit.hpp>
  19. #include <System.hpp>
  20.  
  21. //-- user supplied -----------------------------------------------------------
  22.  
  23. namespace Dblogdlg
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class DELPHICLASS TLoginDialog;
  27. class PASCALIMPLEMENTATION TLoginDialog : public Forms::TForm 
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Extctrls::TPanel* Panel;
  33.     Extctrls::TBevel* Bevel;
  34.     Stdctrls::TLabel* DatabaseName;
  35.     Stdctrls::TEdit* UserName;
  36.     Stdctrls::TEdit* Password;
  37.     Stdctrls::TButton* OKButton;
  38.     Stdctrls::TButton* CancelButton;
  39.     void __fastcall FormShow(System::TObject* Sender);
  40. public:
  41.     /* TCustomForm.Create */ __fastcall virtual TLoginDialog(Classes::TComponent* AOwner) : Forms::TForm(
  42.         AOwner) { }
  43.     /* TCustomForm.CreateNew */ __fastcall TLoginDialog(Classes::TComponent* AOwner, int Dummy) : Forms::
  44.         TForm(AOwner, Dummy) { }
  45.     /* TCustomForm.Destroy */ __fastcall virtual ~TLoginDialog(void) { }
  46.     
  47. public:
  48.     /* TWinControl.CreateParented */ __fastcall TLoginDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
  49.         ) { }
  50.     
  51. };
  52.  
  53. //-- var, const, procedure ---------------------------------------------------
  54. extern PACKAGE bool __fastcall LoginDialog(const System::AnsiString ADatabaseName, System::AnsiString 
  55.     &AUserName, System::AnsiString &APassword);
  56. extern PACKAGE bool __fastcall LoginDialogEx(const System::AnsiString ADatabaseName, System::AnsiString 
  57.     &AUserName, System::AnsiString &APassword, bool NameReadOnly);
  58.  
  59. }    /* namespace Dblogdlg */
  60. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  61. using namespace Dblogdlg;
  62. #endif
  63. //-- end unit ----------------------------------------------------------------
  64. #endif    // DBLogDlg
  65.